From abf8824fe530bcf060c757596f68663c87546a6a Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Thu, 25 Feb 2016 13:08:12 +0100 Subject: [PATCH] x86: CONFIG_COMPAT is defined by Kconfig Remove duplicate definition. Signed-off-by: Doug Goldstein Reviewed-by: Andrew Cooper --- xen/include/asm-x86/config.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/xen/include/asm-x86/config.h b/xen/include/asm-x86/config.h index 7291b5970b..c9f08c23e9 100644 --- a/xen/include/asm-x86/config.h +++ b/xen/include/asm-x86/config.h @@ -112,8 +112,6 @@ extern unsigned char boot_edid_info[128]; #define asmlinkage -#define CONFIG_COMPAT 1 - #include #define PML4_ENTRY_BITS 39 -- 2.30.2